-
Notifications
You must be signed in to change notification settings - Fork 543
SAI LPO attributes #2178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SAI LPO attributes #2178
Conversation
5d8e6ef
to
617a6e0
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
doc/SAI_LPO_Attributes.md
Outdated
* @default empty | ||
*/ | ||
SAI_PORT_SERDES_ATTR_REACH_MODE, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please check if this attribute is a standard one, defined in the spec and can be beneficial for all vendors. If it is vendor-specific please consider using the SAI "custom" infrastructure (#2122)
@eddyk-nvidia, @prgeor - could you please complete the review on this? |
inc/saiport.h
Outdated
* @flags CREATE_AND_SET | ||
* @default empty | ||
*/ | ||
SAI_PORT_SERDES_ATTR_REACH_MODE, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pullaraogunda can we move this to custom attribute since this is not applicable for all vendors ?
SAI_PORT_SERDES_ATTR_END,
/** Custom range base value */
SAI_PORT_SERDES_ATTR_CUSTOM_RANGE_START = 0x10000000,
/** End of custom range base */
SAI_PORT_SERDES_ATTR_CUSTOM_RANGE_END
d59dfdc
to
31dae6b
Compare
@tjchadaga @rlhui could you please merge? |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@pullaraogunda - could you please squash your commits? |
Signed-off-by: pullarao <[email protected]>
31dae6b
to
2f9ad24
Compare
@tjchadaga Done |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: pullarao <[email protected]>
SAI port serdes attributes support for Linear Pluggable Optics (LPO)